home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Inconsistancies? < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  494 b   |  [TEXT/ttxt]

  1. Subject:     Inconsistancies?
  2. Sent:        6/18/96 3:48 PM
  3. Received:    6/18/96 3:01 PM
  4. From:        Bernie Wieser, octavian@agt.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Check it out....
  9.  
  10. FW_CListBox* listbox = FW_NEW(FW_CListBox, (ev, this, viewRect,
  11. kPlatformListBoxID,
  12.  
  13. vs
  14.  
  15. FW_CButton* check = FW_NEW(FW_CButton, (ev, this, kSubscribeCheckID,
  16. viewRect,
  17.  
  18. Not a big deal, just not consistent.
  19.  
  20. B.
  21.